func go/types.isUnsigned

2 uses

	go/types (current package)
		expr.go#L211: 		if isUnsigned(x.typ) {
		predicates.go#L17: func isUnsigned(t Type) bool       { return isBasic(t, IsUnsigned) }